const syscall._SYS_setgroups
4 uses
syscall (current package)
exec_linux.go#L473: _, _, err1 = RawSyscall(_SYS_setgroups, ngroups, groups, 0)
syscall_linux.go#L415: if _, _, e1 := AllThreadsSyscall(_SYS_setgroups, 0, 0, 0); e1 != 0 {
syscall_linux.go#L431: if _, _, e1 := AllThreadsSyscall(_SYS_setgroups, n, uintptr(unsafe.Pointer(&a[0])), 0); e1 != 0 {
syscall_linux_amd64.go#L12: _SYS_setgroups = SYS_SETGROUPS
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |